home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP Şubat 1998.iso
/
drivers
/
GRAFIK
/
HERCULES
/
TERM
/
WINNT40
/
T64VIDEO
/
ENGLISH
/
DISK1
/
NTT64.INF
< prev
next >
Wrap
Windows Setup INFormation
|
1997-04-02
|
2KB
|
118 lines
; ntt64.inf
;
; Installation inf for Hercules S3 Trio64/Trio64V+/Trio64V2 graphics adapter.
;
; {org :: S3 inc. S3ViRGE }
;
[Version]
Signature="$CHICAGO$"
Provider=%Hercules%
ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
Class=Display
[DestinationDirs]
DefaultDestDir = 11
S3Trio64.Miniport = 12 ; drivers
S3Trio64.Display = 11 ; system32
ntt64.inf = 17 ; inf
;
; Driver information
;
[Manufacturer]
%Hercules% = Hercules.Mfg
[Hercules.Mfg]
%Hercules% Trio64/V2 (v 0.50.0c) = S3Trio64
;
; General installation section
;
[S3Trio64]
CopyFiles=S3Trio64.Miniport, S3Trio64.Display, Ntt64.Inf
;
; File sections
;
[S3Trio64.Miniport]
S3Mini.sys
[S3Trio64.Display]
S3Disp.dll
[Ntt64.Inf]
ntt64.inf
;
; Service Installation
;
[S3Trio64.Services]
AddService = S3Trio64, 0x00000002, S3Trio64_Service_Inst, S3Trio64_EventLog_Inst
[S3Trio64_Service_Inst]
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 1 ; SERVICE_SYSTEM_START
ErrorControl = 0 ; SERVICE_ERROR_IGNORE
LoadOrderGroup = Video
ServiceBinary = %12%\S3Mini.sys
[S3Trio64_EventLog_Inst]
AddReg = S3Trio64_EventLog_AddReg
[S3Trio64_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\S3Mini.sys"
HKR,,TypesSupported,0x00010001,7
;
; Software Installation
;
[S3Trio64.SoftwareSettings]
AddReg = S3Trio64_SoftwareDeviceSettings
[S3Trio64_SoftwareDeviceSettings]
HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, S3Disp
HKR,, VgaCompatible, %REG_DWORD%, 0
;
; Source file information
;
[SourceDisksNames.x86]
1 = %DiskId%,,,""
[SourceDisksFiles]
S3Mini.sys = 1
S3Disp.dll = 1
[Strings]
;
; Non-Localizable Strings
;
REG_SZ = 0x00000000
REG_MULTI_SZ = 0x00010000
REG_EXPAND_SZ = 0x00020000
REG_BINARY = 0x00000001
REG_DWORD = 0x00010001
SERVICEROOT = System\CurrentControlSet\Services
;
; Localizable Strings
;
DiskId = "Hercules Computer Technology, Inc. Installation DISK (VIDEO)"
GraphAdap = "Graphics Adapter"
Hercules = "Hercules Computer Technology, Inc."